Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default for V1_3 compatibility to false #435

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bestbeforetoday
Copy link
Member

@bestbeforetoday bestbeforetoday commented Sep 22, 2024

There should be no need to maintain compatibility with insecure tokens from Fabric v1.3. The default is now to require secure tokens. Compatibility with the old insecure tokens can still be enabled by settings the FABRIC_CA_SERVER_COMPATIBILITY_MODE_V1_3 environment variable to "true".

Closes #434

There should be no need to maintain compatibility with insecure tokens
from Fabric v1.3. The default is now to require secure tokens.
Compatibility with the old secure tokens can still be enabled by
settings the FABRIC_CA_SERVER_COMPATIBILITY_MODE_V1_3 environment
variable to "true".

Signed-off-by: Mark S. Lewis <[email protected]>
@bestbeforetoday bestbeforetoday marked this pull request as ready for review September 22, 2024 13:10
@bestbeforetoday bestbeforetoday requested a review from a team as a code owner September 22, 2024 13:10
@bestbeforetoday bestbeforetoday enabled auto-merge (squash) September 22, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change default value of FABRIC_CA_SERVER_COMPATIBILITY_MODE_V1_3 to false
1 participant